home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0291.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  6.7 KB  |  276 lines

  1. Can anyone please help!?
  2.  
  3. I have just installed this package but am having no luck
  4. in making a proper SLIP dialup connection.
  5.  
  6. I can get connected but no further. When using Peter Tattam's
  7. Winsock I used the following login.cmd
  8.  
  9. #
  10. # initialize modem
  11. #
  12. output atzm0\13
  13. input 10 OK
  14. #
  15. # set modem to indicate DCD
  16. #
  17. output at&d2&c1\13
  18. input 10 OK\n
  19. #
  20. # send phone number
  21. #
  22. output atdt0813434848\r
  23. #
  24. # my other number
  25. #
  26. #output atdt241644\13
  27. #
  28. # now we are connected.
  29. #
  30. #input 30 CONNECT
  31. #
  32. #  wait till it's safe to send because some modem's hang up
  33. #  if you transmit during the connection phase
  34. #
  35. #wait 30 dcd
  36. #
  37. # now prod the terminal server
  38. #
  39. #output \13
  40. #
  41. #  wait for the username prompt
  42. #
  43. input 30 ogin:
  44. username Enter your username
  45. output \satro\r
  46. #
  47. # and the password
  48. #
  49. input 30 assword:
  50. password Enter your password
  51. output \mypassword\r
  52. #
  53. # we are now logged in
  54. #
  55. input 30 otocol:
  56. #
  57. # see who on for informational reasons.
  58. #
  59. output SLIP\r
  60. input 30 HELLO
  61.  
  62.  
  63. With Chameleon I am using SLIP0.CFG as follows
  64.  
  65. ;
  66. ;        WARNING !!!
  67. ;
  68. ;    All entries in this file are encrypted.
  69. ;    Don't change anything manually.
  70. ;    Run CUSTOM to change entries.
  71. ;
  72.  
  73. [ROOT]
  74. 1=\+NX
  75. 2=x/YC%>9vr_D|
  76. 3=k,fs\+C@8jn9E
  77. 4=P!c
  78. 5=F&RK9Pu":K
  79. 6=yMdx^WS@dx:)\+IFxKsT@BxKsT@BxKsT@
  80. 7=yMdx^WS@dx:)\+IFxKsT@BxKsT@BxKsT@
  81. 8=yMdx^WS@dx:)\+IFxKsT@BxKsT@BxKsT@
  82. 9=Q3u
  83. 10=d9AE&WEyDGkWC?a!
  84. 11=7?Q,9rN!emT|AM!'z
  85. 12=F&RK9Pu":K
  86. 13=;L0s_/hQzddJg3Bm(7>
  87. 14=d"&=$'IB
  88.  
  89. [SLIP0]
  90. 1=S-o
  91. 2=OcD
  92. 3=c"(\+/&N
  93. 4=v643[p<]|?'}ra
  94. 5=OcD
  95. 6=$\+Aj\\
  96. 7=P!c
  97. 8=s:39r7Z3zPv7Z3CC
  98. 9=OcD
  99. 12=OcD
  100. 13=O$CDp[E`rDI6G:yDp[E`rDI6G:yD
  101. 14=O$CDp[E`rDI6G:yDp[E`rDI6G:yD
  102. 15=O$CDp[E`rDI6G:yDp[E`rDI6G:yD
  103. 16=O$CDp[E`rDI6G:yDp[E`rDI6G:yD
  104. 17=O$CDp[E`rDI6G:yDp[E`rDI6G:yD
  105. 18=ReF
  106. 19=T>
  107. 20=OcD
  108. 21=ReF
  109. 22=OcD
  110. 23=P!c
  111. 24=OcD
  112. 51=OcD
  113. 26=$!.nF)
  114. 27=$!.nF)
  115. 28=P!c
  116. 29=)"Lat`1
  117. 30=7"!lHTs
  118. 31=?\+[|\+K
  119. 32=:!1iOY
  120. 33=7"!lHTs
  121. 34=7"!lHTs
  122. 35=7"!lHTs
  123. 36=7"!lHTs
  124. 37=\+%~;yX!x
  125. 38=!&~iN7uQb
  126. 39=i0(F6M|DJ_Rp,
  127. 40=7"!lHTs
  128. 41=E,",8b2a2;8X"
  129. 42='\+F;v
  130. 52=OcD
  131. 43=P!c
  132. 44=OcD
  133. 53=P!c
  134. 45=c"(\+/&N
  135. 46={&ZN~:hQ
  136. 47=4"K1.lo
  137. 48=F&RK9Pu":K
  138. 49=OcD
  139. 54=#0(%
  140.  
  141. [SNMP]
  142. 1=
  143. 2=
  144. 3=
  145. 4=
  146. 5=
  147. 11=OcD
  148. 9=OcD
  149. 10=OcD
  150. 12=P!c
  151. 13=P!c
  152. 14=OcD
  153. 15=OcD
  154.  
  155. [Trusted Managers]
  156. 1=f3P%zs~RTlZ%%V
  157.  
  158.  
  159. With the slip0 script in slip.ini as follows
  160.  
  161. /
  162. [SLIP0]
  163. SCRIPT=ogin: $u$r assword: $p$r otocol: $c
  164. TYPE=SLIP $r
  165.  
  166. NB At what point do I put in the name server address??
  167.  
  168.  
  169. Cheers
  170.  
  171.  
  172. Geoff
  173.  
  174.  
  175.  
  176.  
  177.  
  178. -- 
  179. Geoff Cox
  180. London Docklands' SATRO
  181. South London Science & Technology Centre
  182. Wilson Road
  183. London SE5 8PD
  184.  
  185. Tel +44 81 644 8046
  186. From news@bigblue.oit.unc.edu Fri Feb 25 16:32:07 1994
  187. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  188.           id AA15683; Fri, 25 Feb 1994 18:33:47 -0500
  189. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  190.           id AA27990; Fri, 25 Feb 1994 13:37:51 -0500
  191. Received: from GATEWAY by bigblue with netnews
  192.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  193. To: winsock@sunsite.unc.edu
  194. Date: Fri, 25 Feb 1994 16:32:07 GMT
  195. From: pacman@frmug.fr.net (Fred Pacquier)
  196. Message-Id: <1994Feb25.163207.19418@frmug.fr.net>
  197. Organization: FrMug Usenet BBS
  198. Sender: ses
  199. References: <2k6uke$qhr@soc2.pop.psu.edu>, <2k8ah6$jml@Mercury.mcs.com>, <patlee.236.0015EC01@panix.com>
  200. Subject: Re: I'm ready to spend money - free and shareware WINSOCK not ok
  201.  
  202. In article <patlee.236.0015EC01@panix.com>,
  203. Patrick Lee <patlee@panix.com> wrote:
  204. >In article <2k8ah6$jml@Mercury.mcs.com> karl@MCS.COM (Karl Denninger) writes:
  205. >
  206. >>Sorry, but ProcommPLUS for Windows is FLAWLESS at 57600 and V.fc modems on
  207. >>the same com port.  Its only Peter's WINSOCK SLIP that bites the big one.
  208. >
  209. >It is always interesting to see that virtually everyone, from all over the 
  210. >world, would have no problem using Trumpet Winsock - then here comes a bunch 
  211. >of people, all from the same access provider, who are having problems. Makes 
  212. >one wonder if it is not just a problem setting up.
  213. >
  214. >Just for the record, I have never had problem with Trumpet Winsock dialing and 
  215. >connecting since beta 18 and through all the various pre-release versions. My 
  216. >FTP speed is on the order of high 1500 to 1600 or so cps on compressed files - 
  217. >which is just about right.
  218. >
  219.  I concur. We have been testing trumpet winsock here in my org. to support a
  220. panel of _commercial_ apps (like vt emulators, client/server apps & such)
  221. and our test labs have been very surprised. They are not familiar at all
  222. with the shareware concept and have been astounded to find that this 20$
  223. product performed consistently better, overall, than most of the similar
  224. 400$ commercial offer -and with less hassle. Not to mention the memory-hog
  225. tcp/ip offering from MS on WfW 3.11...
  226.  
  227.  
  228. -- 
  229. +-----------------------------------+--------------------------------------+
  230. | Fred 'Pacman' Pacquier (PARIS.Fr) | Myself I long for love and light,    |
  231. | e-mail :                          | But must it come so cruel, tho so    |
  232. | pacman@frmug.fr.net               | bright ? (Leonard Cohen, Joan of Arc)|
  233. From boris@netmanage.com Fri Feb 25 02:03:58 1994
  234. Received: from relay1.UU.NET by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  235.           id AA16120; Fri, 25 Feb 1994 18:36:11 -0500
  236. Received: from netmanage.com (via netman-gate.netmanage.com) by relay1.UU.NET with SMTP 
  237.     (5.61/UUNET-internet-primary) id AAweva09703; Fri, 25 Feb 94 15:38:22 -0500
  238. Received: from boris2.netmanage.com by netmanage.com (4.1/NetManage-1.0)
  239.     id AA14055; Fri, 25 Feb 94 09:58:41 PST
  240. Date: Fri, 25 Feb 94 10:03:58 PST
  241. From: Boris Yanovsky <boris@netmanage.com>
  242. Subject: Re: REQUEST: Chameleon demo 
  243. To: Multiple recipients of list <winsock@sunsite.unc.edu>, jfh@netcom.com
  244. X-Mailer: Chameleon - TCP/IP for Windows by NetManage, Inc.
  245. Message-Id: <Chameleon.4.00.940225101035.boris@boris2.netmanage.com>
  246. Mime-Version: 1.0
  247. Content-Type: TEXT/PLAIN; charset=US-ASCII
  248.  
  249.  
  250. >Gunnar.Sylthe@nsd.uib.no wrote:
  251. >>
  252. >>I have been trying to download the Chameleon evaluation copy from 
  253. Netmanage, 
  254. >>but the ftp connection from here to ftp.netmanage.com is just too slow.
  255. >
  256. >It's not just you.  I left it going overnight and got only two of the four
  257. >files.  If they are using their own products to run their ftp machine, this
  258. >is not a good sign. 
  259. Actually it is a Sun workstation.  
  260. The real problem is that we are in the middle of the move to a new location, 
  261. and our FTP server is currently sitting on a 14.4 lease line which is 
  262. extremely slow.  So you either have to be patient for the next 2 weeks until 
  263. we are at the new location, with better network access.
  264.  
  265.  
  266. *****************************************************
  267.          Home of Chameleon TCP/IP for Windows
  268. Boris Yanovsky                    Phone: (408) 973-7171
  269. NetManage Inc.                    Fax:   (408) 257-6405
  270. 20823 Stevens Creek Blvd.         Internet: boris@netmanage.com
  271. Cupertino, California, U.S.A.
  272. *****************************************************
  273.  
  274.  
  275.